home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 October
/
enter-2005-10.iso
/
files
/
jedit42install.exe
/
{app}
/
jedit.jar
/
bsh
/
commands
/
pathToFile.bsh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-12-27
|
289 b
|
11 lines
/**
Create a File object corresponding to the specified file path name, taking
into account the bsh current working directory (bsh.cwd)
*/
bsh.help.pathToFile = "usage: File pathToFile( String )";
File pathToFile( String filename ) {
return this.interpreter.pathToFile( filename );
}